FIND NEXT
This command will continue a file search by locating the next file in the current working directory.
FIND NEXT
This command does not return a value.
If this command succeeds, a file will be stored internally and its data can be extracted using the GET FILE NAME$(), GET FILE DATE$() and GET FILE TYPE() commands. A file search can be started with the FIND FIRST command.
cls
find first
repeat
printC "file name= "+get filename$()
print " file type = "+str$(get file type())
find next
until get file type()=-1
do
loop
end
FILE Commands Menu
Index